Makefile (Firebird-3.0.2.32703-0.tar.bz2) | : | Makefile (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 15 | skipping to change at line 15 | |||
VERSION = 3-0 | VERSION = 3-0 | |||
DEST = . | DEST = . | |||
HDRS = defs.h mstring.h | HDRS = defs.h mstring.h | |||
# Keep this as simple as possible. It's desirable that btyacc be portable | # Keep this as simple as possible. It's desirable that btyacc be portable | |||
# across all of our supported compilers/platforms. | # across all of our supported compilers/platforms. | |||
# Vanilla CFLAGS | # Vanilla CFLAGS | |||
CFLAGS= | #CFLAGS= | |||
# No LDFLAGS | # No LDFLAGS | |||
#LDFLAGS= | #LDFLAGS= | |||
LIBS= | LIBS= | |||
# For GNU environment, gmake will set $CC to gcc | # For GNU environment, gmake will set $CC to gcc | |||
# Other environments will have different values, maybe no GNU installed! | # Other environments will have different values, maybe no GNU installed! | |||
#CC = gcc | #CC = gcc | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |