summaryrefslogtreecommitdiff
blob: d803bd077ced2077320de46341a53bdbf3572bee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,9 @@
-CFLAGS = -O $(SYSFLAGS)
-
 bsd:	
 	@echo 'Options are "make bsd" and "make SysV" - the default is "bsd".'
 	@echo 'If you get messages about missing functions, try "make SysV."'
-	make Bonnie 
+	$(MAKE) Bonnie 
 
 SysV:	
-	make Bonnie 'SYSFLAGS=-DSysV'
+	$(MAKE) Bonnie 'SYSFLAGS=-DSysV'
 
 Bonnie: