<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,7 +6,7 @@ clean:
 
 $(LIBS): conf $(MK_INCLUDE)
 # Build a program, unless it has a file called SKIP in its top directory
-	if [ ! -e lib/$@/SKIP ]; then (cd lib/$@; $(MAKE) all); fi
+	if [ ! -f lib/$@/SKIP ]; then (cd lib/$@; $(MAKE) all); fi
 
 $(MK_INCLUDE): $(MK_INCLUDE).in
 	$(MAKE) conf</diff>
      <filename>Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,7 @@ LIBS := \
 	erl_cgi \
 	ermacs \
 	ex11 \
+	gd1_drv \
 	slang \
 	lersp \
 	measurement \
@@ -26,13 +27,13 @@ all: $(LIBS)
 
 clean:
 	@for dir in $(LIBS); do \
-	  if [ ! -e $@/SKIP ]; then \
+	  if [ ! -f $@/SKIP ]; then \
 	    (cd $$dir; $(MAKE) $@) \
 	  fi \
 	done
 
 $(LIBS):
-	@if [ ! -e $@/SKIP ]; then \
+	@if [ ! -f $@/SKIP ]; then \
 	  (cd $@; $(MAKE) all) \
 	fi
 </diff>
      <filename>lib/Makefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2062ee4b3e77178bdc574050286b3fbfee2b7381</id>
    </parent>
  </parents>
  <author>
    <name>slfritchie</name>
    <email>slfritchie</email>
  </author>
  <url>http://github.com/bmizerany/jungerl/commit/bf0471d7f112b9b03417cd9e2be541a7b87503a0</url>
  <id>bf0471d7f112b9b03417cd9e2be541a7b87503a0</id>
  <committed-date>2003-05-13T22:35:01-07:00</committed-date>
  <authored-date>2003-05-13T22:35:01-07:00</authored-date>
  <message>Solaris-friendly change: Solaris's test(1) does not understand
the &quot;-e&quot; file test, so change them to &quot;-f&quot; tests.</message>
  <tree>7ce7af45fa00a4ed77fe8b1c9dbcfa64d184f6bf</tree>
  <committer>
    <name>slfritchie</name>
    <email>slfritchie</email>
  </committer>
</commit>
