diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 3f6ba3f..77c9873 100644 --- a/Makefile.in +++ b/Makefile.in @@ -53,7 +53,7 @@ ifeq '${MAKEFILE_LIST}' ' Makefile' # should be used only in special circumstances." # If you do not understand *exactly* why I do this instead of # %::;${MAKE}, stay away from this code. You have been warned. -.default-target-wrapper ${MAKECMDGOALS}: .all-target-wrapper +.default-target-wrapper ${MAKECMDGOALS}: .all-target-wrapper ; @: .all-target-wrapper: ${MAKE} -rRf ${SRC_DIR}/real.make ${MAKECMDGOALS} endif |