IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14660


Ignore:
Timestamp:
Aug 23, 2007, 3:40:42 PM (19 years ago)
Author:
Paul Price
Message:

Want to generate pxdata.c every time we run make --- otherwise, the
directory may change, but the file won't be rebuilt because it exists.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/Makefile.am

    r14640 r14660  
    176176EXTRA_DIST += pxdata.c.template
    177177
    178 pxdata.c: $(srcdir)/pxdata.c.template
    179         $(PERL) -pe 's|PKGDATADIR|$(pkgdatadir)|' $? > $@
     178pxdata.c:
     179        $(PERL) -pe 's|PKGDATADIR|$(pkgdatadir)|' $(srcdir)/pxdata.c.template > $@
    180180
Note: See TracChangeset for help on using the changeset viewer.