mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 08:29:37 +00:00
10 lines
298 B
Diff
10 lines
298 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -49,7 +49,6 @@ c/ol.c: fasl/ol.fasl
|
|
bin/ol: c/ol.c
|
|
# compile the real owl repl binary
|
|
$(CC) $(CFLAGS) $(LDFLAGS) -o bin/olp $?
|
|
- CC="$(CC)" LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS)" sh tests/run all bin/olp
|
|
test '!' -f $@ || mv $@ bin/ol-old
|
|
mv bin/olp $@
|
|
|