Ignore:
Timestamp:
Dec 13, 2003, 6:33:06 PM (22 years ago)
Author:
bird
Message:

Converted to make 3.80+, no need to generate makefiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/version.smak

    • Property cvs2svn:cvs-rev changed from 1.10 to 1.11
    r893 r894  
    1515
    1616# The flag for C compiler to pass the VERSION macro to preprocessor
    17 CFLAGS.DEF.VERSION = -DVERSION=\\\"$(VERSION)\\\"
     17CFLAGS.DEF.VERSION = -DVERSION=\"$(VERSION)\"
    1818
    1919# INNOTEK_VERSION is normally defined in the environment by a toplevel makefile.
     
    2121export INNOTEK_VERSION        ?= (Innotek Build $(shell date '+%Y-%m-%d %H:%M'))
    2222endif
    23 CFLAGS.DEF.VERSION += '-DINNOTEK_VERSION=\" $(INNOTEK_VERSION)\"'
     23CFLAGS.DEF.VERSION += '-DINNOTEK_VERSION=" $(INNOTEK_VERSION)"'
    2424
    2525# Copyright
Note: See TracChangeset for help on using the changeset viewer.