IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2005, 12:49:31 AM (21 years ago)
Author:
desonia
Message:

code reorganization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/Makefile.am

    r4540 r4549  
    1717BUILT_SOURCES = psErrorCodes.c
    1818
    19 psErrorCodes.c: ../psErrorCodes_$(LANG).dat psErrorCodes.c.in psErrorCodes.h
    20         $(top_srcdir)/psParseErrorCodes --data=../psErrorCodes_$(LANG).dat $@
     19psErrorCodes.c: ../psErrorCodes_$(PS_LANG).dat psErrorCodes.c.in psErrorCodes.h
     20        $(top_srcdir)/psParseErrorCodes --data=../psErrorCodes_$(PS_LANG).dat $@
    2121
    2222psError.h: psErrorCodes.h
    2323
    24 psErrorCodes.h: ../psErrorCodes_$(LANG).dat psErrorCodes.h.in
    25         $(top_srcdir)/psParseErrorCodes --data=../psErrorCodes_$(LANG).dat $@
     24psErrorCodes.h: ../psErrorCodes_$(PS_LANG).dat psErrorCodes.h.in
     25        $(top_srcdir)/psParseErrorCodes --data=../psErrorCodes_$(PS_LANG).dat $@
    2626
    2727pslibincludedir = $(includedir)
Note: See TracChangeset for help on using the changeset viewer.