diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
| commit | 4399be3cbd35324f7a2c00d77229d995b4022138 (patch) | |
| tree | a3959baf797787918878bec6d58d6a0fb743ad0a /gnu/lib/libregex/Makefile.gnu | |
| parent | 709e8f9ae1d734c1a163c9b421df4b8153939ce7 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libregex/Makefile.gnu')
| -rw-r--r-- | gnu/lib/libregex/Makefile.gnu | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/lib/libregex/Makefile.gnu b/gnu/lib/libregex/Makefile.gnu index 0976aa8bdc48..b8bc2096675c 100644 --- a/gnu/lib/libregex/Makefile.gnu +++ b/gnu/lib/libregex/Makefile.gnu @@ -1,6 +1,6 @@ # Generated automatically from Makefile.in by configure. # Makefile for regex. -# +# # Copyright (C) 1992, 1993 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify @@ -27,7 +27,7 @@ version = 0.12 # -DEXTRACT_MACROS to use the macros EXTRACT_* (as opposed to # the corresponding C procedures). If not -DDEBUG, the macros # are used. -CPPFLAGS = +CPPFLAGS = # Likewise, you can override CFLAGS to optimize, use -Wall, etc. CFLAGS = -g @@ -83,7 +83,7 @@ TAGS check:: .NOEXPORT: distfiles = AUTHORS ChangeLog COPYING INSTALL NEWS README \ - *.in configure regex.c regex.h + *.in configure regex.c regex.h distdir = regex-$(version) distargs = version=$(version) distdir=../$(distdir)/$$d dist: TAGS configure |
