blob: 9a8683e9d3e825cafca1ddf4b1474f25d69140ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/Makefile
+++ b/Makefile
@@ -71,8 +71,6 @@
switch:
$(MAKECMD) -C $(SWITCHDIR)
-# generate it always
-.PHONY: src/builddata.c
src/builddata.c:
@$(RM) "$@"
@echo "#include \"defs.h\"" >> "$@"
|