summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xpp/utils/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/xpp/utils/Makefile b/xpp/utils/Makefile
index b7d77f3..7dc4fa2 100644
--- a/xpp/utils/Makefile
+++ b/xpp/utils/Makefile
@@ -48,8 +48,7 @@ test_parse.o: test_parse.c hexfile.h
test_parse: test_parse.o libhexfile.a
$(CC) -L. -o $@ $@.o $(EXTRA_LIBS) -lhexfile -lusb
-print_modes.o: print_modes.c wctdm_fxomodes.h
- $(HOSTCC) $(CFLAGS) -c $^
+print_modes.o: wctdm_fxomodes.h
wctdm_fxomodes.h: $(WCTDM)
perl -n -e 'print if (/^static struct fxo_mode {$$/ .. /};$$/)' $(WCTDM) >$@