]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 c173da74ce980e5467879a9d2dea77f204f6ec7f..047708037d0e146a1d322bccb0b327afd41a75a6 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 f534886e0e8c1bbf822f5bece52a896e43a22229..6f8aa5b4700e048db3c8af8683523c22f41bb7fc 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