diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-27 23:05:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-27 23:05:53 +0000 |
commit | aad08dbad983a352492542a61478074e5869dec6 (patch) | |
tree | a834bf94b853e8ac0331bbf0eed8e4862c44ff38 /Makefile | |
parent | 4f172c25f1c39e86b433075d36f3e6c19e06f136 (diff) | |
download | glibc-aad08dbad983a352492542a61478074e5869dec6.tar.gz glibc-aad08dbad983a352492542a61478074e5869dec6.tar.xz glibc-aad08dbad983a352492542a61478074e5869dec6.zip |
2002-12-27 Roland McGrath <roland@redhat.com>
* scripts/gen-as-const.awk: New file. * Makefile (distribute): Add it. * Makerules ($(common-objpfx)%.h %.h.d: %.sym): New pattern rule. (before-compile): Add $(gen-as-const-headers:%.sym=$(common-objpfx)%.h) to the list. (+depfiles): Add $(addprefix $(common-objpfx),$(gen-as-const-headers)).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 3a92ccb192..b48738c1c2 100644 --- a/Makefile +++ b/Makefile @@ -280,7 +280,7 @@ distribute := README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS \ test-installation.pl gen-FAQ.pl versions.awk\ gen-sorted.awk abi-versions.awk abilist.awk \ firstversions.awk documented.sh cpp \ - output-format.sed) + output-format.sed gen-as-const.awk) distribute := $(strip $(distribute)) generated := $(generated) stubs.h |