diff options
Diffstat (limited to 'gnu/usr.bin/cvs/emx/Makefile.in')
-rw-r--r-- | gnu/usr.bin/cvs/emx/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/emx/Makefile.in b/gnu/usr.bin/cvs/emx/Makefile.in index f76368d1d5d..d475085f2a9 100644 --- a/gnu/usr.bin/cvs/emx/Makefile.in +++ b/gnu/usr.bin/cvs/emx/Makefile.in @@ -146,7 +146,6 @@ DIFF_SOURCES = \ # sources from ../lib # FIXME: Is this used anywhere? I don't think it is. LIB_SOURCES = \ - ${lib_dir}/vasprintf.c \ ${lib_dir}/argmatch.c \ ${lib_dir}/getline.c \ ${lib_dir}/getopt.c \ @@ -242,7 +241,6 @@ DIFF_OBJECTS = \ # objects from ../lib LIB_OBJECTS = \ - ${lib_dir}/vasprintf.o \ ${lib_dir}/argmatch.o \ ${lib_dir}/getline.o \ ${lib_dir}/getopt.o \ |