summaryrefslogtreecommitdiffstats
path: root/isomd5sum/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'isomd5sum/Makefile')
-rw-r--r--isomd5sum/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/isomd5sum/Makefile b/isomd5sum/Makefile
index 1a3995508..3166c654e 100644
--- a/isomd5sum/Makefile
+++ b/isomd5sum/Makefile
@@ -2,8 +2,10 @@ include ../Makefile.inc
all:
gcc -c -O -g -D_FILE_OFFSET_BITS=64 md5.c
- gcc -O -g -D_FILE_OFFSET_BITS=64 -o implantisomd5 implantisomd5.c md5.o -lm -lpopt
- gcc -O -g -D_FILE_OFFSET_BITS=64 -o checkisomd5 checkisomd5.c md5.o -lm
+ gcc -c -O -g -D_FILE_OFFSET_BITS=64 libimplantisomd5.c
+ gcc -O -g -D_FILE_OFFSET_BITS=64 -o implantisomd5 implantisomd5.c libimplantisomd5.o md5.o -lm -lpopt
+ gcc -c -O -g -D_FILE_OFFSET_BITS=64 libcheckisomd5.c
+ gcc -O -g -D_FILE_OFFSET_BITS=64 -o checkisomd5 checkisomd5.c libcheckisomd5.o md5.o -lm
install:
install -m 755 implantisomd5 $(DESTDIR)/$(RUNTIMEDIR)