summaryrefslogtreecommitdiff
path: root/scripts/pnglibconf.mak
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp@shaggy.simplesystems.org>2011-11-07 09:20:27 -0600
committerGlenn Randers-Pehrson <glennrp@shaggy.simplesystems.org>2011-11-07 09:20:27 -0600
commit7de02e722f8f6bdb2756e20091c42fa4ffaa89c1 (patch)
treedaeba0221693631534d9ec2f8cb5e8701d087339 /scripts/pnglibconf.mak
parent61bd4f76ad3275383edda570c93da88f3a25352c (diff)
downloadlibpng-7de02e722f8f6bdb2756e20091c42fa4ffaa89c1.tar.gz
[libpng15] Changed 8 new leading spaces to TAB in scripts/makefile.std
and pnglibconf.mak
Diffstat (limited to 'scripts/pnglibconf.mak')
-rwxr-xr-xscripts/pnglibconf.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pnglibconf.mak b/scripts/pnglibconf.mak
index 3fc1c8e26..bdc169871 100755
--- a/scripts/pnglibconf.mak
+++ b/scripts/pnglibconf.mak
@@ -35,7 +35,7 @@ pnglibconf.h: pnglibconf.dfn
$(ECHO) '#include "pnglibconf.dfn"' >dfn.c
$(CPP) $(DFNFLAGS) dfn.c >dfn1.out
$(ECHO) "If 'cpp -e' crashes try /lib/cpp (e.g. CPP='/lib/cpp')" >&2
- $(SED) -n -e 's|^.*PNG_DEFN_MAGIC *-\(.*\)- *PNG_DEFN_END.*$$|\1|p'\
+ $(SED) -n -e 's|^.*PNG_DEFN_MAGIC *-\(.*\)- *PNG_DEFN_END.*$$|\1|p'\
dfn1.out >dfn2.out
$(SED) -e 's| *PNG_JOIN *||g' -e 's| *$$||' dfn2.out >dfn3.out
$(COPY) dfn3.out $@