]> 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 61e39009fc0504b1b3560d78f341a551d737b8af..dc4e4b4703afa4641da0c717338cc794714c53da 100644 (file)
@@ -2,9 +2,9 @@
 # Use the container project top-level directory as ours
 T := ..
 
-# Include the "parent" project configuration
-sinclude $T/Config.mak
-
 # Define the default goal when doing make in this directory
 .DEFAULT_GOAL := otherproj
 
+# Include the "parent" project configuration
+sinclude $T/Config.mak
+