]> git.llucax.com Git - software/makeit.git/blobdiff - subproj/Config.mak
Don't add extra spaces in abbr function
[software/makeit.git] / subproj / Config.mak
index d7624aa31993ac2dec455e4ce4576373318c923a..dc4e4b4703afa4641da0c717338cc794714c53da 100644 (file)
@@ -2,9 +2,9 @@
 # Use the container project top-level directory as ours
 T := ..
 
-# Include the "parent" project config
-sinclude $T/Toplevel.mak
+# Define the default goal when doing make in this directory
+.DEFAULT_GOAL := otherproj
 
-# Include the "parent" project config
-.DEFAULT_GOAL := subproj
+# Include the "parent" project configuration
+sinclude $T/Config.mak