***************
*** 68,76 ****
  image:		$(IMAGE).so.$(VERSION)
  $(IMAGE).so.$(VERSION): $(OBJECTS)
- 	/usr/dll/bin/mkimage -l $(IMAGE) -v $(VERSION) -a $(ADDRESS) -j $(JUMPSIZE) -g $(GOTSIZE) -- $(OBJECTS) -ltermcap -lc `gcc --print` -lc
  
  stubs:		libedit.sa
  libedit.sa:
- 	/usr/dll/bin/mkstubs -l $(IMAGE) -v $(VERSION) -a $(ADDRESS) -j $(JUMPSIZE)  -g $(GOTSIZE) -- libedit
  
  testit:		testit.c libedit.a
--- 68,76 ----
  image:		$(IMAGE).so.$(VERSION)
  $(IMAGE).so.$(VERSION): $(OBJECTS)
+ 	mkimage -l $(IMAGE) -v $(VERSION) -a $(ADDRESS) -j $(JUMPSIZE) -g $(GOTSIZE) -- $(OBJECTS) -ltermcap -lc `gcc --print` -lc
  
  stubs:		libedit.sa
  libedit.sa:
+ 	mkstubs -l $(IMAGE) -v $(VERSION) -a $(ADDRESS) -j $(JUMPSIZE)  -g $(GOTSIZE) -- libedit
  
  testit:		testit.c libedit.a
