]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
fix clean target - missed maxtrres.o till now.
authorNathan Scott <nathans@sgi.com>
Wed, 19 Sep 2001 05:50:51 +0000 (05:50 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 19 Sep 2001 05:50:51 +0000 (05:50 +0000)
mkfs/Makefile

index 5b50ff068f3bdc8ec0d221ce6584e3280f96ac97..47035f4ef86fc4e7aa0398f676c7b9336d05e91e 100644 (file)
@@ -46,7 +46,7 @@ LLDFLAGS = -static
 
 MAXTRLIBS = $(LIBXFS) $(LIBUUID)
 LSRCFILES = $(MAXTRRES).c $(FSTYP).c
-LDIRT = $(MAXTRRES) $(MAXTRRES).h $(FSTYP)
+LDIRT = $(MAXTRRES) $(MAXTRRES).o $(MAXTRRES).h $(FSTYP)
 
 default: $(MAXTRRES).h $(FSTYP) $(LTCOMMAND)