aboutsummaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/utils/Makefile b/utils/Makefile
index aa11a7d1..985c2c63 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -8,7 +8,7 @@ CC = gcc
LD = gcc
EXECS = hxascdmp
-EXTRA_EXECS = hxascdmp sg_chk_asc tst_sg_lib
+EXTRA_EXECS = hxascdmp
MAN_PGS = hxascdmp.1
MAN_PREF = man1
@@ -30,13 +30,6 @@ clean:
hxascdmp: hxascdmp.o
$(LD) -o $@ $(LDFLAGS) $^
-# building sg_chk_asc depends on a prior successful make in ../lib
-sg_chk_asc: sg_chk_asc.o ../lib/sg_lib.o ../lib/sg_lib_data.o
- $(LD) -o $@ $(LDFLAGS) $^
-
-tst_sg_lib: tst_sg_lib.o ../lib/sg_lib.o ../lib/sg_lib_data.o
- $(LD) -o $@ $(LDFLAGS) $^
-
install: $(EXECS)
install -d $(INSTDIR)