Skip to content

Commit

Permalink
Fix 'make clean && make' again (hopefully for good) (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Feb 7, 2024
1 parent 9bb1b6e commit a0b164d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,13 @@ bin/$(GAParch)/configure: cnf/configure.out
bin/$(GAParch)/Makefile: bin/$(GAParch)/configure cnf/config.hin
( cd bin/$(GAParch) ; CC=$(CC) ./configure @gp_configure_options@ )

compile: bin/$(GAParch)/configure bin/$(GAParch)/Makefile
compile: bin/$(GAParch)/configure bin/$(GAParch)/Makefile xgap.sh
( cd bin/$(GAParch) ; $(MAKE) CC=$(CC) )
cp xgap.sh bin/xgap.sh

xgap.sh:
./config.status xgap.sh

clean:
rm -rf bin/$(GAParch)
rm -f xgap.sh bin/xgap.sh
Expand Down

0 comments on commit a0b164d

Please sign in to comment.