summaryrefslogtreecommitdiff
blob: 35f3c98febd6b51299feddf64d39ee5524385188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- uemacs-orig/Makefile
+++ uemacs/Makefile
@@ -56,7 +56,7 @@
 
 $(PROGRAM): $(OBJ)
 	$(E) "  LINK    " $@
-	$(Q) $(CC) $(DEFINES) -o $@ $(OBJ) $(LIBS)
+	$(Q) $(CC) $(LDFLAGS) $(DEFINES) -o $@ $(OBJ) $(LIBS)
 
 SPARSE=sparse
 SPARSE_FLAGS=-D__LITTLE_ENDIAN__ -D__x86_64__ -D__linux__ -D__unix__
--- uemacs-orig/epath.h
+++ uemacs/epath.h
@@ -25,10 +25,8 @@
 #if	V7 | BSD | USG
 {
 	".emacsrc", "emacs.hlp",
-#if	PKCODE
-	    "/usr/global/lib/", "/usr/local/bin/", "/usr/local/lib/",
-#endif
-"/usr/local/", "/usr/lib/", ""};
+	"/etc/uemacs-pk/", "/usr/share/uemacs-pk/", ""
+};
 #endif
 
 #if	VMS