Add commented line for OSX 10.5

This commit is contained in:
Marco Peereboom 2010-01-17 16:49:49 +00:00
parent 31e6177025
commit e2133878b1

View file

@ -28,7 +28,9 @@ scrotwm: scrotwm.o osx.o
$(CC) $(CFLAGS) -c -fpic -DPIC $+ -o $@
libswmhack.so.$(LVERS): swm_hack.so
$(CC) -shared -bundle -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so
$(CC) -shared -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so
# replace above line with this for OSX 10.5
# $(CC) -shared -bundle -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so
install: all
install -m 755 -d $(DESTDIR)$(BINDIR)