No longer needed.

This commit is contained in:
Jeff Law 1993-12-26 04:03:38 +00:00
parent 28958ab2d0
commit 068b08ebf9
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
AS_FOR_TARGET = ` \
if [ -f $${rootme}/pagas/Makefile ] ; then \
echo $${rootme}/pagas/as.new ; \
else \
if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
echo $(AS); \
else \
t='$(program_transform_name)'; echo as | sed -e '' $$t ; \
fi; \
fi`