aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/gnumake.mak
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/buildsys/gnumake.mak')
-rw-r--r--externals/grill/flext/buildsys/gnumake.mak4
1 files changed, 3 insertions, 1 deletions
diff --git a/externals/grill/flext/buildsys/gnumake.mak b/externals/grill/flext/buildsys/gnumake.mak
index 92ee6f76..4f9ca055 100644
--- a/externals/grill/flext/buildsys/gnumake.mak
+++ b/externals/grill/flext/buildsys/gnumake.mak
@@ -73,13 +73,15 @@ endif
###############################################
# include file describing default target dependencies
+.PHONY : all build clean install profile
+
include $(BUILDPATH)targets.inc
include $(BUILDPATH)targets-$(BUILDCLASS).inc
###############################################
-.precious: $(SYSCONFIG) $(USRCONFIG)
+.PRECIOUS: $(SYSCONFIG) $(USRCONFIG)
$(SYSCONFIG): $(SYSDEFAULT)
@cp $< $@