| # | Line 3 | Line 3 | make/Makefile : make/Makefile.in configure | |
|---|---|---|
| 3 | -include make/Makefile | |
| 4 | ||
| 5 | make/Makefile : make/Makefile.in configure | |
| 6 | – | @if [ "x$(GNUMAKE)" == "x" ]; then \ |
| 7 | – | @echo ;\ |
| 8 | – | @echo 'Building OOPSE requires the use of GNU Make!'; \ |
| 9 | – | @echo ;\ |
| 10 | – | @exit 1;\ |
| 11 | – | fi |
| 6 | @echo | |
| 7 | @echo 'Please run (or re-run) configure' | |
| 8 | @echo | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |