Commit 6ea1a270 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

contrib/src/Makefile: Make sure libpng link name is correctly set on Mac OS X. (Reported by maru).

parent fc68d313
...@@ -1592,8 +1592,8 @@ else ...@@ -1592,8 +1592,8 @@ else
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install) (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
endif endif
endif endif
$(INSTALL_NAME)
endif endif
$(INSTALL_NAME)
touch $@ touch $@
CLEAN_FILE += .png CLEAN_FILE += .png
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment