Whamcloud - gitweb
Fix incorrect location of prof_err.h in profile.c.
authorTheodore Ts'o <tytso@mit.edu>
Sat, 31 Dec 2005 06:28:33 +0000 (01:28 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 31 Dec 2005 06:28:33 +0000 (01:28 -0500)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/Makefile.in
e2fsck/profile.c

index c173da7..0477080 100644 (file)
@@ -394,6 +394,6 @@ region.o: $(srcdir)/region.c $(srcdir)/e2fsck.h \
  $(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
  $(top_srcdir)/lib/blkid/blkid.h $(top_builddir)/lib/blkid/blkid_types.h \
  $(srcdir)/profile.h prof_err.h
-profile.o: $(srcdir)/profile.c $(top_builddir)/lib/ext2fs/prof_err.h \
- $(top_srcdir)/lib/et/com_err.h $(srcdir)/profile.h
+profile.o: $(srcdir)/profile.c $(srcdir)/profile.h prof_err.h \
+ $(top_srcdir)/lib/et/com_err.h
 prof_err.o: prof_err.c
index f534886..6f8aa5b 100644 (file)
 #include <pwd.h>
 #endif
 
-#include "ext2fs/prof_err.h"
-
 #include "com_err.h"
 #include "profile.h"
+#include "prof_err.h"
+
 
 #define STAT_ONCE_PER_SECOND