Changeset 1340


Ignore:
Timestamp:
2000-08-03T11:08:58+12:00 (24 years ago)
Author:
kjm18
Message:

deleted configure stuff from this Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/Makefile.in

    r859 r1340  
    105105#-----------------------------------------------------------------
    106106
    107 # For an explanation of the following Makefile rules, see node
    108 # `Automatic Remaking' in GNU Autoconf documentation.
    109 Makefile: Makefile.in config.status
    110     CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
    111 config.status: configure
    112     ./config.status --recheck
    113 configure: configure.in aclocal.m4
    114     cd $(srcdir) && autoconf
    115 
    116 config.h: stamp-h
    117 stamp-h: config.h.in config.status
    118     CONFIG_FILES= CONFIG_HEADERS=config.h ./config.status
    119 config.h.in: stamp-h.in
    120 stamp-h.in: configure.in aclocal.m4 acconfig.h
    121     cd $(srcdir) && autoheader
    122     $(TOUCH) $(srcdir)/stamp-h.in
    123 
    124107# Tell versions [3.59,3.63) of GNU make not to export all variables.
    125108# Otherwise a system limit (for SysV at least) may be exceeded.
    126109.NOEXPORT:
     110
Note: See TracChangeset for help on using the changeset viewer.