Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of ssh://github.com/ericmandel/funtools
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmandel committed Jan 14, 2019
2 parents d61ecac 9c8bb6f commit 9537566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -572,10 572,10 @@ funsky.o: funsky.c funtools.h funtoolsP.h
funtable.o: funtable.c funtools.h funtoolsP.h chandra.h
funcalc.o: funcalc.c calc.h funtools.h funtoolsP.h
$(CC) -c $(CC_SWITCHES) $< \
-DFUN_INCLUDE="\"-I${prefix}/include\"" \
-DFUN_INCLUDE="\"-I$(INCLUDE_INSTALL_DIR)\"" \
-DFUNCALC_CC="$(FUNCALC_CC)" \
-DFUNCALC_CFLAGS="$(FUNCALC_CFLAGS)" \
-DFUN_LIB="\"-L${exec_prefix}/lib -lfuntools ${EXTRA_LIBS} -lm\""
-DFUN_LIB="\"-L$(LIB_INSTALL_DIR) -lfuntools ${EXTRA_LIBS} -lm\""
lex.calc.o: lex.calc.c tabcalc_c.h

headers: tabcalc_c.h
Expand Down

0 comments on commit 9537566

Please sign in to comment.