X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fmakefile.pc;h=8ac1e781353a3c186cc1c3f1b5a1c74f122df263;hb=e33be3d0a1902527f2b5be2388a1322068fcb135;hp=5a4f141575af71e4fb223572327d99606162433b;hpb=e4b2fc0bd9c12311a49a7e08a779988664ecb3fe;p=chaz%2Ftar diff --git a/src/makefile.pc b/src/makefile.pc index 5a4f141..8ac1e78 100644 --- a/src/makefile.pc +++ b/src/makefile.pc @@ -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