summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-11 00:06:15 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-11 00:06:15 +0000
commit7a38eebed46582739032490ac62924f64d19227c (patch)
treea6335a4300a8e6a18fadb221865c8f2a80cac48c /apps
parent40141f2557359601092a53eda28e032f5fc18cb4 (diff)
downloadATCD-7a38eebed46582739032490ac62924f64d19227c.tar.gz
ChangeLogTag:Fri Oct 10 18:41:47 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Diffstat (limited to 'apps')
-rw-r--r--apps/JAWS/ChangeLog5
-rw-r--r--apps/JAWS/clients/Blobby/Makefile4
2 files changed, 5 insertions, 4 deletions
diff --git a/apps/JAWS/ChangeLog b/apps/JAWS/ChangeLog
index 13bdb1c77a2..7db714e154c 100644
--- a/apps/JAWS/ChangeLog
+++ b/apps/JAWS/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct 10 18:41:47 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
+
+ * clients/Blobby/Makefile:
+ Fixed problem that made compilation fail.
+
Thu Sep 11 10:40:38 1997 Carlos O'Ryan <coryan@polka.cs.wustl.edu>
* server/HTTP_Request.cpp:
diff --git a/apps/JAWS/clients/Blobby/Makefile b/apps/JAWS/clients/Blobby/Makefile
index b7587c6351f..7f946344833 100644
--- a/apps/JAWS/clients/Blobby/Makefile
+++ b/apps/JAWS/clients/Blobby/Makefile
@@ -18,10 +18,6 @@ LSRC = $(addsuffix .cpp,$(FILES))
LOBJ = $(addsuffix .o,$(FILES))
SHOBJ = $(addsuffix .so,$(FILES))
-LDLIBS = $(addprefix $(VSHDIR),$(SHOBJ))
-
-VLDLIBS = $(LDLIBS:%=%$(VAR))
-
BUILD = $(VBIN)
#----------------------------------------------------------------------------