summaryrefslogtreecommitdiff
path: root/MCONFIG.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-12-24 15:33:49 -0500
committerTheodore Ts'o <tytso@mit.edu>2001-12-24 15:33:49 -0500
commit96b5cacc0487de54263812034ae00c7c8634c8b3 (patch)
treef51ec51df4e1fed00588a1b579dda6b17a1afafe /MCONFIG.in
parent750ff8b66a1f7a5e9adb4ad418a2cc3c9046cc05 (diff)
downloade2fsprogs-96b5cacc0487de54263812034ae00c7c8634c8b3.tar.gz
Miscellaneous cleanup before 1.26-WIP release. Removed unused
.cvsignore in include/asm directory so it can disappear. Updated makefile dependencies, and stop including <topsrc>/include in the -I search path, since it's no longer needed.
Diffstat (limited to 'MCONFIG.in')
-rw-r--r--MCONFIG.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/MCONFIG.in b/MCONFIG.in
index 48c934d1..2e1ac56a 100644
--- a/MCONFIG.in
+++ b/MCONFIG.in
@@ -33,8 +33,7 @@ DEFS = @DEFS@
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
ALL_CFLAGS = $(CPPFLAGS) $(DEFS) $(USE_WFLAGS) $(CFLAGS) $(XTRA_CFLAGS) \
- -I$(top_builddir)/lib -I$(top_srcdir)/lib \
- -I$(top_srcdir)/include $(LINUX_INCLUDE)
+ -I$(top_builddir)/lib -I$(top_srcdir)/lib $(LINUX_INCLUDE)
LDFLAGS = @LDFLAGS@
ALL_LDFLAGS = $(LDFLAGS)
RM = @RM@