Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 167849 | Differences between
and this patch

Collapse All | Expand All

(-)ncurses-5.5.orig/Ada95/gen/Makefile.in (-5 / +5 lines)
Lines 160-184 Link Here
160
install \
160
install \
161
install.libs :: $(ADA_INCLUDE)
161
install.libs :: $(ADA_INCLUDE)
162
	@echo installing package $(ALIB) in $(ADA_INCLUDE)
162
	@echo installing package $(ALIB) in $(ADA_INCLUDE)
163
	@$(top_srcdir)/tar-copy.sh '$(ALIB)[-.]*.ad?' $(ADA_SRCDIR) $(ADA_INCLUDE)
163
	@$(top_srcdir)/tar-copy.sh '$(ALIB)*.ad?' $(ADA_SRCDIR) $(ADA_INCLUDE)
164
	@test $(srcdir) != ./ && $(top_srcdir)/tar-copy.sh '$(ALIB)[-.]*.ad?' $(srcdir)/../src $(ADA_INCLUDE)
164
	@test $(srcdir) != ./ && $(top_srcdir)/tar-copy.sh '$(ALIB)*.ad?' $(srcdir)/../src $(ADA_INCLUDE)
165
install \
165
install \
166
install.libs :: $(ADA_OBJECTS)
166
install.libs :: $(ADA_OBJECTS)
167
	@echo installing package $(ALIB) in $(ADA_OBJECTS)
167
	@echo installing package $(ALIB) in $(ADA_OBJECTS)
168
	@-chmod a-wx $(ADA_SRCDIR)/*.ali
168
	@-chmod a-wx $(ADA_SRCDIR)/*.ali
169
	@$(top_srcdir)/tar-copy.sh '$(ALIB)[-.]*.ali' $(ADA_SRCDIR) $(ADA_OBJECTS)
169
	@$(top_srcdir)/tar-copy.sh '$(ALIB)*.ali' $(ADA_SRCDIR) $(ADA_OBJECTS)
170
	@-chmod u+x $(ADA_SRCDIR)/*.ali
170
	@-chmod u+x $(ADA_SRCDIR)/*.ali
171
uninstall \
171
uninstall \
172
uninstall.libs ::
172
uninstall.libs ::
173
	@echo removing package $(ALIB) from $(ADA_INCLUDE)
173
	@echo removing package $(ALIB) from $(ADA_INCLUDE)
174
	-@cd $(ADA_INCLUDE) && rm -f $(ALIB)[-.]*
174
	-@cd $(ADA_INCLUDE) && rm -f $(ALIB)*
175
uninstall \
175
uninstall \
176
uninstall.libs ::
176
uninstall.libs ::
177
	@echo removing package $(ALIB) from $(ADA_OBJECTS)
177
	@echo removing package $(ALIB) from $(ADA_OBJECTS)
178
	-@cd $(ADA_OBJECTS) && rm -f $(ALIB)[-.]*
178
	-@cd $(ADA_OBJECTS) && rm -f $(ALIB)*
179
gen$x:	gen.o
179
gen$x:	gen.o
180
	@ECHO_LINK@ $(LINK) $(CFLAGS_NORMAL) gen.o $(LD_FLAGS) -o $@
180
	@ECHO_LINK@ $(LINK) $(CFLAGS_NORMAL) gen.o $(LD_FLAGS) -o $@

Return to bug 167849