IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2007, 4:12:39 PM (19 years ago)
Author:
Paul Price
Message:

Rebuild pxdata when the Makefile has changed.

File:
1 edited

Legend:

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

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