]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Make it easier to compile the misc/partinfo program
authorTheodore Ts'o <tytso@mit.edu>
Mon, 20 Jun 2005 12:25:31 +0000 (08:25 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 20 Jun 2005 12:25:31 +0000 (08:25 -0400)
for testing purposes only)

misc/Makefile.in

index 9476dca447133e3c15c45b5cbffad0ecbb7dfb65..dab871aa43fa19a4d08cc91244b701453f5e17bd 100644 (file)
@@ -67,6 +67,10 @@ findsuper: findsuper.o
        @echo " LD $@"
        @$(CC) $(ALL_LDFLAGS) -o findsuper findsuper.o
 
+partinfo: partinfo.o
+       @echo " LD $@"
+       @$(CC) $(ALL_LDFLAGS) -o partinfo partinfo.o
+
 e2initrd_helper: e2initrd_helper.o $(DEPLIBS) $(DEPLIBS_E2P) $(DEPLIBS_BLKID)
        @echo " LD $@"
        @$(CC) $(ALL_LDFLAGS) -o e2initrd_helper e2initrd_helper.o $(LIBS) \
@@ -309,7 +313,7 @@ uninstall:
 clean:
        $(RM) -f $(SPROGS) $(USPROGS) $(UPROGS) $(UMANPAGES) $(SMANPAGES) \
                base_device base_device.out mke2fs.static filefrag \
-               e2initrd_helper \#* *.s *.o *.a *~ core 
+               e2initrd_helper partinfo \#* *.s *.o *.a *~ core 
 
 mostlyclean: clean
 distclean: clean