From 5ff0ec08822ac831a77020cf3ef72618d7ad4e6d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Wed, 15 Apr 1998 18:25:30 -0700
Subject: [PATCH] new target: pixie

Rev: src/Makefile.in:1.75
---
 src/Makefile.in | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index 0d56bac264..518621d4bf 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile.in,v 1.74 1998/04/13 14:15:25 grubba Exp $
+# $Id: Makefile.in,v 1.75 1998/04/16 01:25:30 hubbe Exp $
 #
 
 # This line is needed on some machines.
@@ -150,11 +150,17 @@ quant: $(OBJ) compile_interpret module_objects
 	$(SMARTLINK) quantify $(REALCC) $(LDFLAGS) $(OBJ) interpret.o `cat modules/linker_options` $(LIBS) -o pike
 
 atom: pike
-	atom pike -tool third -env threads -g -v `find lib/modues -type f -name '*.so' -print | sed -e 's/^/-incobj /g'`
+	atom pike -tool atom -env threads -g -v `find lib/modues -type f -name '*.so' -print | sed -e 's/^/-incobj /g'`
 	mv pike pike.pre-atom
 	mv pike.third.threads pike
 	@echo Make sure you have '.' in your LD_LIBRARY_PATH.
 
+pixie: pike
+	atom pike -tool pixie -env threads -g -v `find lib/modues -type f -name '*.so' -print | sed -e 's/^/-incobj /g'`
+	mv pike pike.pre-pixie
+	mv pike.pixie.threads pixie
+	@echo Make sure you have '.' in your LD_LIBRARY_PATH.
+
 hilfe: $(TMP_BINDIR)/hilfe Makefile
 	@echo "Creating ./hilfe..."; \
 	if [ "$(exec_prefix)" != "/usr/local/bin" -a \
@@ -162,7 +168,7 @@ hilfe: $(TMP_BINDIR)/hilfe Makefile
 	  ( sed -e 's!/usr/local/bin!$(exec_prefix)!' <$(TMP_BINDIR)/hilfe \
 	    >./hilfe && chmod 755 ./hilfe) || exit 1 ; \
 	else \
-	  $(INSTALL) $(TMP_BINDIR)/hilfe . || exit 1; \
+	  $(INSTALL) $(TMP_BINDIR)/hilfe `pwd` || exit 1; \
 	fi
 	@echo "Done."
 
-- 
GitLab