Skip to content
Snippets Groups Projects
Commit ae250782 authored by deuce's avatar deuce
Browse files

Added FORCE* targets for ans2asc and asc2ans for use by the depend target

parent 5edd4ff1
No related branches found
No related tags found
No related merge requests found
...@@ -555,11 +555,15 @@ $(JSEXEC): $(JSEXEC_OBJS) ...@@ -555,11 +555,15 @@ $(JSEXEC): $(JSEXEC_OBJS)
$(QUIET)$(CCPP) $(UTIL_LFLAGS) -o $@ $^ $(LFLAGS) $(QUIET)$(CCPP) $(UTIL_LFLAGS) -o $@ $^ $(LFLAGS)
# ANS2ASC # ANS2ASC
FORCE$(ANS2ASC): $(LIBODIR)/ans2asc.o
$(ANS2ASC): $(LIBODIR)/ans2asc.o $(ANS2ASC): $(LIBODIR)/ans2asc.o
@echo Linking $@ @echo Linking $@
$(QUIET)$(CC) $(UTIL_LFLAGS) -o $@ $^ $(QUIET)$(CC) $(UTIL_LFLAGS) -o $@ $^
# ASC2ANS # ASC2ANS
FORCE$(ASC2ANS): $(LIBODIR)/asc2ans.o
$(ASC2ANS): $(LIBODIR)/asc2ans.o $(ASC2ANS): $(LIBODIR)/asc2ans.o
@echo Linking $@ @echo Linking $@
$(QUIET)$(CC) $(UTIL_LFLAGS) -o $@ $^ $(QUIET)$(CC) $(UTIL_LFLAGS) -o $@ $^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment