summaryrefslogtreecommitdiff
blob: 6675be293d16e70b04e9c0b96bb061def6612493 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.noimake
+++ Makefile.noimake
@@ -19,7 +19,7 @@
 ## LDOPTIONS=-O6 -g -Wall libxpm/libXpm.a -lX11 -lz -lm -L/usr/X11R6/lib
 
 all: explorer.o xrmap.o
-	gcc $(LDOPTIONS) -o xrmap explorer.o xrmap.o  
+	gcc -o xrmap explorer.o xrmap.o $(LDOPTIONS)
 	cd editkit ; make -f Makefile.kit DESTDIR=$(DESTDIR)
 	cd earthview ; make DESTDIR=$(DESTDIR)	
 	@cat EXTRADATA