X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=OSX%2FMakefile;h=03fc9899a522387620ec083c5f09087f6c5589d7;hb=5f1f12f2a37da634000f96d18d59cc73a8814ef7;hp=c1ad1fb7c995163f778f7745c6f057278525fb00;hpb=7b34ef992563d7bcbb64cc5597dc45fa24470b05;p=xscreensaver diff --git a/OSX/Makefile b/OSX/Makefile index c1ad1fb7..03fc9899 100644 --- a/OSX/Makefile +++ b/OSX/Makefile @@ -103,7 +103,9 @@ dmg:: distdepend check_versions \ retired=`perl -0 -ne \ 's/\\\\\\n//g; m/^RETIRED_EXES\s*=\s*(.*)$$/m && print "$$1\n"' \ - ../hacks/Makefile.in \ + ../hacks/Makefile.in ; \ + perl -0 -ne \ + 's/\\\\\\n//g; m/^RETIRED_GL_EXES\s*=\s*(.*)$$/m && print "$$1\n"' \ ../hacks/glx/Makefile.in` ; \ \ for f in $$SRC/*.saver ; do \