diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2024-05-11 17:18:29 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2024-05-20 01:27:00 +0200 |
commit | 18e78c2be7f7a650aadc644472e4a774b99278c9 (patch) | |
tree | 9896413b238ed3080286f4ead91faae550f8cbb2 /Makefile | |
parent | 8298919ec7019befc6b71120f7685a8dd3e3cf69 (diff) | |
download | nx-libs-18e78c2be7f7a650aadc644472e4a774b99278c9.tar.gz nx-libs-18e78c2be7f7a650aadc644472e4a774b99278c9.tar.bz2 nx-libs-18e78c2be7f7a650aadc644472e4a774b99278c9.zip |
multiple imake config fixes
see ArcticaProject/nx-libs/issues/1058 for details and the original patch.
Found and fixed by realsimix
Adresses ArcticaProject/nx-libs#1058 (part 1)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ ifneq "$(strip $(NX_VERSION_CUSTOM))" "" endif imakeconfig: - @echo; + @echo @echo "===> $@" # auto-config some setting |