diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2002-05-25 11:12:10 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:07:12 -0500 |
commit | 07748d1b2c0353bf7a5eadfbe988cb5b87e897b4 (patch) | |
tree | 526a5e0e99c104a30b5ac595f83b07b4697ca820 /scripts/makefile.knr | |
parent | cfbed9bdf200652db330ccefdc3ba0e4b4d20d25 (diff) | |
download | libpng-07748d1b2c0353bf7a5eadfbe988cb5b87e897b4.tar.gz |
Imported from libpng-1.2.4beta1.tarv1.2.4beta1
Diffstat (limited to 'scripts/makefile.knr')
-rw-r--r-- | scripts/makefile.knr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.knr b/scripts/makefile.knr index 1e59fda9f..44ee538a3 100644 --- a/scripts/makefile.knr +++ b/scripts/makefile.knr @@ -19,7 +19,7 @@ LIBPATH=$(prefix)/lib # make install DESTDIR=/tmp/build/libpng # # If you're going to install into a temporary location -# via DESTDIR, that location must already exist before +# via DESTDIR, $(DESTDIR)$(prefix) must already exist before # you execute make install. DESTDIR= |