From ee20418525cf110e4d1470f329cbf40b5c3125e8 Mon Sep 17 00:00:00 2001 From: johanknol Date: Wed, 6 Jun 2001 13:35:27 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@871 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/examples/mcs51/clock/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/examples/mcs51/clock/Makefile b/device/examples/mcs51/clock/Makefile index 1a0e80c9..f72f6251 100755 --- a/device/examples/mcs51/clock/Makefile +++ b/device/examples/mcs51/clock/Makefile @@ -9,7 +9,7 @@ all: clock.bin OBJECTS = clock.rel hwinit.rel clock.bin: clock.ihx - ../hex2bin clock.bin + hex2bin clock.bin cat clock.bin >/dev/par0 cu -l /dev/ttyS0 -s 19200 dir -- 2.47.2