ff4f9eeae1
SCMxx is a data exchange utility for certain Siemens mobile phone models. Data types handled include logo bitmaps, MIDI files, vCalendars, address books, phonebook entries and SMS. Support for phones includes the S25, C35i, S35i, M35i, C45, S45, ME45 and SL45 models.
19 lines
364 B
Text
19 lines
364 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2002/01/13 20:17:33 kleink Exp $
|
|
|
|
--- Makefile.orig Fri Jan 4 21:43:54 2002
|
|
+++ Makefile Sun Jan 13 15:29:18 2002
|
|
@@ -1,4 +1,4 @@
|
|
-SHELL=/bin/bash
|
|
+SHELL=/bin/sh
|
|
|
|
CC=gcc
|
|
INSTALL_DIR=$(DESTDIR)/usr/bin
|
|
@@ -17,7 +17,7 @@
|
|
else
|
|
.PHONY: do-it-all
|
|
do-it-all: depend
|
|
- @sleep 1s; make
|
|
+ @sleep 1s; $(MAKE)
|
|
endif
|
|
|
|
.PHONY: depend
|