diff options
| author | Richard M. Stallman | 1994-06-07 07:30:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-07 07:30:58 +0000 |
| commit | c88a7f88e385536ade9438ff890244c6a2e5086b (patch) | |
| tree | 16c4a953ef531dc8c432fc5f588de7fb1e4ecdbb /lib-src | |
| parent | a3b14a452547fb0e4957fc057685af6a3600a108 (diff) | |
| download | emacs-c88a7f88e385536ade9438ff890244c6a2e5086b.tar.gz emacs-c88a7f88e385536ade9438ff890244c6a2e5086b.zip | |
(test-distrib): Use ALL_CFLAGS.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index edc8dc9aa44..e060130e0ea 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -248,7 +248,7 @@ TAGS: etags | |||
| 248 | distribute Emacs. If they were clobbered, all the .elc files were | 248 | distribute Emacs. If they were clobbered, all the .elc files were |
| 249 | clobbered too. */ | 249 | clobbered too. */ |
| 250 | test-distrib: ${srcdir}/test-distrib.c | 250 | test-distrib: ${srcdir}/test-distrib.c |
| 251 | $(CC) -o test-distrib ${srcdir}/test-distrib.c | 251 | $(CC) ${ALL_CFLAGS} -o test-distrib ${srcdir}/test-distrib.c |
| 252 | ./test-distrib ${srcdir}/testfile | 252 | ./test-distrib ${srcdir}/testfile |
| 253 | 253 | ||
| 254 | GETOPTOBJS = getopt.o getopt1.o $(ALLOCA) | 254 | GETOPTOBJS = getopt.o getopt1.o $(ALLOCA) |