diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 3 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 4 |
2 files changed, 1 insertions, 6 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 1da04d88b82..1d8c5e6c9ba 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -478,6 +478,3 @@ xveterm${EXEEXT}: ${srcdir}/emacstool.c | |||
| 478 | $(CC) -o xveterm -DXVIEW -DTTERM ${ALL_CFLAGS} ${srcdir}/emacstool.c \ | 478 | $(CC) -o xveterm -DXVIEW -DTTERM ${ALL_CFLAGS} ${srcdir}/emacstool.c \ |
| 479 | -lxview -lolgx -lX -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \ | 479 | -lxview -lolgx -lX -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \ |
| 480 | $(LOADLIBES) | 480 | $(LOADLIBES) |
| 481 | |||
| 482 | /* arch-tag: cc40144d-fbd2-436b-9a22-dcb5b5b6a2af | ||
| 483 | (do not change this comment) */ | ||
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 3b53a29889b..663d08e6f13 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. | 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. |
| 2 | # Copyright (c) 2000-2001 Free Software Foundation, Inc. | 2 | # Copyright (c) 2000-2001, 2004 Free Software Foundation, Inc. |
| 3 | # | 3 | # |
| 4 | # This file is part of GNU Emacs. | 4 | # This file is part of GNU Emacs. |
| 5 | # | 5 | # |
| @@ -425,5 +425,3 @@ $(BLD)/timer.$(O) : \ | |||
| 425 | $(BLD)/yow.$(O) : \ | 425 | $(BLD)/yow.$(O) : \ |
| 426 | $(SRC)/yow.c \ | 426 | $(SRC)/yow.c \ |
| 427 | $(EMACS_ROOT)/lib-src/../src/paths.h | 427 | $(EMACS_ROOT)/lib-src/../src/paths.h |
| 428 | |||
| 429 | # arch-tag: c051bc02-a6de-474b-889a-27f7b2fbbcea | ||