# HG changeset patch # User Roland McGrath # Date 747636425 0 # Node ID 7df128f592e30803f6abe5c2bdce69f8f12b2fab # Parent f0abfb1b59fd01454d78a80ba889196021906663 (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir} -I${srcdir}/../src. diff -r f0abfb1b59fd -r 7df128f592e3 lib-src/Makefile.in --- a/lib-src/Makefile.in Fri Sep 10 04:36:09 1993 +0000 +++ b/lib-src/Makefile.in Fri Sep 10 04:47:05 1993 +0000 @@ -105,9 +105,9 @@ ### HAVE_CONFIG_H #defined before they know they can take advantage of ### the information in ../src/config.h. ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \ - -I${srcdir} -I${srcdir}/../src -I. -I../src ${CFLAGS} + -I. -I../src -I${srcdir} -I${srcdir}/../src ${CFLAGS} CPP_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \ - -I${srcdir} -I${srcdir}/../src -I. -I../src ${CPPFLAGS} ${CFLAGS} + -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS} # This is the default compilation command. # But we should never rely on it, because some make version # failed to find it for getopt.o. Using an explicit command made it work.