From c2bd95016dec5347ad547fa8737a9beb305cf7f0 Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Wed, 28 Mar 2007 14:03:38 +0200 Subject: [PATCH] Makefile fixes for align.c, -O2 produces wrong results --- compile/Makefile | 1 + debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/compile/Makefile b/compile/Makefile index bb84258..dd2bbce 100644 --- a/compile/Makefile +++ b/compile/Makefile @@ -29,6 +29,7 @@ dpkg_not_running: dpkg_not_running.c diet $(CC) $(CFLAGS) -o $@ $^ align: align.c + $(CC) -Wall -o align align.c reread_partition_table: reread_partition_table.c diet $(CC) $(CFLAGS) -o $@ $^ diff --git a/debian/changelog b/debian/changelog index b76cd08..c2ad7be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-scripts (0.9.34) unstable; urgency=low + + * Makefile fixes for align.c, -O2 produces wrong results. + + -- Michael Gebetsroither Wed, 28 Mar 2007 14:02:26 +0200 + grml-scripts (0.9.33) unstable; urgency=low * grml*screen-scripts: use vt-is-UTF8 with quiet option, otherwise -- 2.1.4