]> Dogcows Code - chaz/tar/blobdiff - src/makefile.pc
Add fseeko and snprintf.
[chaz/tar] / src / makefile.pc
index 5a4f141575af71e4fb223572327d99606162433b..8ac1e781353a3c186cc1c3f1b5a1c74f122df263 100644 (file)
@@ -30,7 +30,7 @@ CFLAGS = -I. $(DEFS) \
 LDFLAGS = -m$(MODEL)
 
 OBJ1 = tar.obj create.obj extract.obj buffer.obj getoldopt.obj update.obj gnu.obj mangle.obj
-OBJ2 = version.obj list.obj names.obj diffarch.obj port.obj fnmatch.obj getopt.obj
+OBJ2 = version.obj list.obj names.obj diffarch.obj port.obj wildmat.obj getopt.obj
 OBJ3 =  getopt1.obj regex.obj getdate.obj alloca.obj tcexparg.obj msd_dir.obj
 OBJS = $(OBJ1) $(OBJ2) $(OBJ3)
 
@@ -52,8 +52,6 @@ testpad.exe: testpad.c
 clean:
        $(RM) errs *.obj tar testpad testpad.h
 
-mostlyclean: clean
-
 distclean: clean
 
 realclean: clean
This page took 0.02125 seconds and 4 git commands to generate.