diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 19:43:11 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 19:43:11 +0000 |
commit | 395f6db4c8a51fbce0ed596d9b1d20678f77fad2 (patch) | |
tree | 77f5da665937f0c9baf56087b5a0522fc6f3509c /ext2fs/Makefile | |
parent | 0e6dfab61275d138c5572cd61b151984014555bf (diff) |
Removed dependencies that are now automatically generated.
Diffstat (limited to 'ext2fs/Makefile')
-rw-r--r-- | ext2fs/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext2fs/Makefile b/ext2fs/Makefile index cde371c0..9fa8b878 100644 --- a/ext2fs/Makefile +++ b/ext2fs/Makefile @@ -35,7 +35,4 @@ vpath %.c ../lib include ../Makeconf -$(OBJS): ext2fs.h ext2_fs.h ext2_fs_i.h -$(OBJS): $(REMHDRS) - CPPFLAGS-error.c = -Dprogram_name=program_invocation_name -DHAVE_VPRINTF -DSTDC_HEADERS -DHAVE_STRERROR |