diff options
| author | dos-reis <gdr@axiomatics.org> | 2010-08-18 17:32:06 +0000 | 
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2010-08-18 17:32:06 +0000 | 
| commit | 3acb80d8039c289b5257af5eee8e31cca088590d (patch) | |
| tree | 7144d5fe5d6c218acdc7fe244ad0c44dcda19637 /src/lib | |
| parent | 488778ed7605e8f2b518628e4de7e5d4e8e52452 (diff) | |
| download | open-axiom-3acb80d8039c289b5257af5eee8e31cca088590d.tar.gz | |
Remove CCF variables
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/Makefile.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in index 5bb925e7..53027039 100644 --- a/src/lib/Makefile.in +++ b/src/lib/Makefile.in @@ -99,7 +99,7 @@ libspad.$(LIBEXT): $(libspad_objects)  .PRECIOUS: %.$(OBJEXT)  %.$(OBJEXT) %.lo: %.c $(axiom_c_macros_h) -	$(COMPILE) $(oa_shrobj_flags) -no-suppress -o $@ $(CCF) $(CFLAGS) \ +	$(COMPILE) $(oa_shrobj_flags) -no-suppress -o $@ $(CFLAGS) \  		$(axiom_includes) $(AXIOM_X11_CFLAGS) $<  # This is a support library, so it does not change often and  | 
