blob: ef1617b61811168515a9ac7b1414732cc92b83da (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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
|