From: Uwe Hermann Date: Tue, 22 Apr 2014 19:47:08 +0000 (+0200) Subject: new-driver: Whitespace fixes in the generated Makefile.am. X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;ds=inline;h=68ec507355214bbad499fafbf77724314c914e9e;p=sigrok-util.git new-driver: Whitespace fixes in the generated Makefile.am. --- diff --git a/source/new-driver b/source/new-driver index 79be2ae..f06fb30 100755 --- a/source/new-driver +++ b/source/new-driver @@ -42,12 +42,11 @@ TMPL_AUTOCONF_AC_CONFIG_FILES = "\t\t hardware/${short}/Makefile\n" TMPL_AUTOCONF_SUMMARY = 'echo " - ${summary}"\n' TMPL_HWMAKE_DRIVERLIB = """if HW_${upper} -libsigrok_la_SOURCES += \ - hardware/${short}/protocol.h \ - hardware/${short}/protocol.c \ +libsigrok_la_SOURCES += \\ + hardware/${short}/protocol.h \\ + hardware/${short}/protocol.c \\ hardware/${short}/api.c endif - """ TMPL_HWDRIVER_EXTERN = """\ #ifdef HAVE_HW_${upper}