d515a78c14
be built/installed. Add a missing backslash at EOL -- a fresh typo. Remove a non-existing directory from CFLAGS -- a three year old typo.
11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
--- xep/Makefile.aimk Fri Aug 29 10:17:48 1997
|
|
+++ xep/Makefile.aimk Thu Oct 31 18:28:36 2002
|
|
@@ -32,3 +32,7 @@
|
|
|
|
+.if defined(WITHOUT_X11)
|
|
+default: mtile$(EXESFX)
|
|
+.else
|
|
default: mtile$(EXESFX) xep$(EXESFX)
|
|
+.endif
|
|
|