mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 01:19:30 +08:00
11 lines
266 B
Mathematica
11 lines
266 B
Mathematica
|
# We _do_ need a new _G_config.h
|
||
|
_G_CONFIG_H=_G_config.h
|
||
|
|
||
|
# And the two bits files.
|
||
|
all:
|
||
|
install: install-axp-mt-headers
|
||
|
|
||
|
install-axp-mt-headers:
|
||
|
$(INSTALL_DATA) libc-lock.h $(gxx_includedir)/libc-lock.h
|
||
|
$(INSTALL_DATA) stdio-lock.h $(gxx_includedir)/stdio-lock.h
|