Workaround for CPPSNCFLAGS bug

This commit is contained in:
Ralph Lange
2001-02-16 16:29:49 +00:00
parent a9fe5348d9
commit 8a399c6fcb
+1 -1
View File
@@ -217,7 +217,7 @@ ARCMD = $(AR) $(ARFLAGS) $(USR_ARFLAGS) $@ $(LIBRARY_LD_OBJS)
#--------------------------------------------------
# snc (state notation language) flags
# Use C++ constructors to register commands/programs (snc +i option)
CPPSNCFLAGS += -x c
# CPPSNCFLAGS += -x c
TARGET_SNCFLAGS += +i
#--------------------------------------------------