diff options
Diffstat (limited to 'jwxyz/Makefile.in')
| -rw-r--r-- | jwxyz/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/jwxyz/Makefile.in b/jwxyz/Makefile.in index 1f6d6ae..53f7189 100644 --- a/jwxyz/Makefile.in +++ b/jwxyz/Makefile.in @@ -1,4 +1,4 @@ -# utils/Makefile.in --- xscreensaver, Copyright © 1997-2021 Jamie Zawinski. +# utils/Makefile.in --- xscreensaver, Copyright © 1997-2023 Jamie Zawinski. # the `../configure' script generates `jwxyz/Makefile' from this file. # JWXYZ Is Not Xlib. @@ -44,6 +44,8 @@ EXTRAS = README Makefile.in TARFILES = $(EXTRAS) $(SRCS) $(HDRS) $(LOGOS) +# Using $(MAKE) directly means the shell executes things even with "make -n" +MAKE2 = $(MAKE) default: all all: $(OBJS) @@ -52,7 +54,7 @@ install: install-program install-man uninstall: uninstall-program uninstall-man install-strip: - $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install + $(MAKE2) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install install-program: install-man: |
