Changeset 14662
- Timestamp:
- Aug 23, 2007, 4:17:59 PM (19 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff)
-
pxdata.c.template (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/Makefile.am
r14661 r14662 177 177 178 178 pxdata.c: $(srcdir)/pxdata.c.template $(srcdir)/Makefile 179 $(PERL) -pe 's| PKGDATADIR|$(pkgdatadir)|' $< > $@179 $(PERL) -pe 's|@PKGDATADIR@|$(pkgdatadir)|' $< > $@ 180 180 -
trunk/ippTools/src/pxdata.c.template
r14104 r14662 72 72 73 73 // look under our share path 74 psStringAppend(&filepath, "%s/%s", " PKGDATADIR", filename);74 psStringAppend(&filepath, "%s/%s", "@PKGDATADIR@", filename); 75 75 76 76 // see if we have a valid filename
Note:
See TracChangeset
for help on using the changeset viewer.
