CDS detector added
Former-commit-id: a72f30f90d22cc3c7ff6059e0254e47911bb5af1 Former-commit-id: db0264bdbe5136b6e6dc44e4788175a257439643
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
# gnu tar : version >= 1.15
|
||||
# gnu make : version >= 3.81
|
||||
# gcc and g++ : version >= 3.4.6
|
||||
# gawk : version >= 4.0.1
|
||||
#
|
||||
# note: valid versions of gnu tar and make are in _unix_tools_
|
||||
#
|
||||
|
@ -58,7 +58,7 @@ all: repseek install
|
||||
|
||||
|
||||
repseek: $(OBJ) main_repseek.c
|
||||
$(CC) $(CFLAGS) -o $@ $(OBJ) main_repseek.c $(LDFLAGS);
|
||||
$(CC) $(CFLAGS) -o $@ $(OBJ) main_repseek.c $(LDFLAGS) $(LDLIBS);
|
||||
|
||||
|
||||
install: repseek
|
||||
|
Reference in New Issue
Block a user